#!/bin/sh
# LessTif version of xmkmf.
# $Id: mxmkmf.in,v 1.4 1999/09/02 23:51:36 rwscott Exp $
#
# Make sure to read the LessTif configuration first, to pick up
# that version of Imake.tmpl
#
prefix=/usr/X11R6
exec_prefix=${prefix}
imake -DUseInstalled -I${exec_prefix}/lib/X11/config -I/usr/X11R6/lib/X11/config
